Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UGraphics: Fix regression in configureTexture #82

Merged
merged 1 commit into from
Aug 14, 2024

Conversation

Johni0702
Copy link
Collaborator

The GlStateManager.bindTexture calls were erroneously changed to UGraphics.bindTexture in 13c00ee, however that method on 1.17+ does not actually bind the texture on the OpenGL level anymore, it only sets MC's global field which is insufficient for configureTexture.

The `GlStateManager.bindTexture` calls were erroneously changed to
`UGraphics.bindTexture` in 13c00ee, however that method on 1.17+ does
not actually bind the texture on the OpenGL level anymore, it only sets
MC's global field which is insufficient for `configureTexture`.
@Johni0702 Johni0702 merged commit e7a43ed into master Aug 14, 2024
1 check passed
@Johni0702 Johni0702 deleted the fix/configure-texture branch August 14, 2024 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants